home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga CD-ROM Collection
/
Amiga CD-ROM Collection - Auge 4000 and Cactus and Demo Util.iso
/
auge4000
/
46
/
lib
/
amiga
/
x.a
< prev
Wrap
Text File
|
1990-06-20
|
497b
|
22 lines
; (c)Copyright 1990, Matthew Dillon, All Rights Reserved
;
; There are two levels of init. Level 0 is standalone
; init that requires NO external references and is used
; to open libraries and such.
;
; Level 1 contains init routines that require libraries
; to already be open.
section autoinit0,code
rts
section autoinit1,code
rts
section autoexit0,code
rts
section autoexit1,code
rts
END